home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREEDIAL / !FDInstall / FreeDial / Stacks / FreeNet / !StartUp < prev    next >
Text File  |  1996-01-29  |  446b  |  28 lines

  1. |
  2. | FreeNet TCP/IP Stack StartUp
  3. |
  4. | Modified from version available in the FreeNet
  5. | distribution archive
  6.  
  7. |
  8. | Load the main TCP/IP stack and dummy internet module
  9. |
  10. RMRun FreeNet:FreeNet
  11. RMRun FreeNet:Internet
  12.  
  13. |
  14. | Load the DNS resolver
  15. |
  16. RMRun FreeNet:INetDB
  17.  
  18. |
  19. | Set the host name to keep Acorn clients happy
  20. |
  21. Set Inet$HostName <Inet$NodeName>
  22.  
  23. |
  24. | Configure the loopback driver
  25. |
  26. ifconfig lo0 inet 127.0.0.1 up
  27.  
  28. Set Inet$StackLoaded FreeNet